Allow some numba errors on non-amd64, warn on non-x86
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Mon, 7 Dec 2020 23:06:28 +0000 (23:06 +0000)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Mon, 7 Dec 2020 23:06:28 +0000 (23:06 +0000)
commit2908776deaeb44a56aa6c649436b9ba49e119a9e
treeed622228e06f6485fdb21a6635c3ef15b39ac94e
parent5795bb06e35418e92882f19366a14d3fbea65b15
Allow some numba errors on non-amd64, warn on non-x86

Specifying the exception type allows only explicit errors,
not silently wrong answers

Numba has been observed to give wrong answers on mipsel,
and crash on armel (LLVM ERROR) and s390x (segfault).

Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: no

Gbp-Pq: Name numba_fail_32bit.patch
pandas/core/window/numba_.py
pandas/tests/groupby/transform/test_numba.py
pandas/tests/window/conftest.py
pandas/tests/window/test_numba.py